distance

open override fun distance(s1: String, s2: String): Double(source)

Compute and return the metric distance.

Return

The distance between the strings.

Parameters

s1

The first string.

s2

The second string.

See also